Q3PixmapDrawContext_New
You can use theQ3PixmapDrawContext_New
function to create a new pixmap draw context.
TQ3DrawContextObject Q3PixmapDrawContext_New ( const TQ3PixmapDrawContextData *contextData);
contextData
- A pointer to a pixmap draw context data structure.
DESCRIPTION
TheQ3PixmapDrawContext_New
function returns, as its function result, a new draw context object having the characteristics specified by thecontextData
parameter.